object fmCheckout: TfmCheckout Left = 391 Top = 301 HelpContext = 270 ActiveControl = edFolder BorderStyle = bsDialog Caption = 'Check Out' ClientHeight = 233 ClientWidth = 366 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object laFolder: TLabel Left = 8 Top = 56 Width = 32 Height = 13 Caption = '&Folder:' FocusControl = edFolder end object laGroupName: TLabel Left = 8 Top = 104 Width = 63 Height = 13 Caption = '&Group Name:' FocusControl = edGroupName end object laMaxIcons: TLabel Left = 280 Top = 104 Width = 76 Height = 13 Caption = '&Maximum Icons:' FocusControl = edMaxIcons end object laDesc: TLabel Left = 8 Top = 8 Width = 353 Height = 41 AutoSize = False Caption = 'All files will be extracted to the specified folder, and a progr' + 'am group will be created which will contain shortcuts to these f' + 'iles.' WordWrap = True end object bvDiv: TBevel Left = 0 Top = 192 Width = 409 Height = 9 Shape = bsTopLine end object edFolder: TEdit Left = 8 Top = 72 Width = 265 Height = 21 TabOrder = 0 end object edGroupName: TEdit Left = 8 Top = 120 Width = 265 Height = 21 TabOrder = 2 end object edMaxIcons: TEdit Left = 280 Top = 120 Width = 57 Height = 21 MaxLength = 3 TabOrder = 3 Text = '50' OnExit = edMaxIconsExit end object buOK: TButton Left = 122 Top = 201 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 6 OnClick = buOKClick end object buCancel: TButton Left = 201 Top = 201 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 7 end object ckCreateIcons: TCheckBox Left = 8 Top = 144 Width = 241 Height = 25 Caption = 'Create &icons for programs and documents only' Checked = True State = cbChecked TabOrder = 4 end object ckVirusScan: TCheckBox Left = 8 Top = 168 Width = 217 Height = 17 Caption = '&Scan extracted files with Virus Scanner' Checked = True State = cbChecked TabOrder = 5 end object buBrowse: TButton Left = 280 Top = 70 Width = 75 Height = 25 Caption = '&Browse' TabOrder = 1 OnClick = buBrowseClick end object udMaxIcons: TUpDown Left = 337 Top = 120 Width = 16 Height = 21 Associate = edMaxIcons Min = 1 Max = 999 Position = 50 TabOrder = 8 end object buHelp: TButton Left = 281 Top = 201 Width = 75 Height = 25 Caption = '&Help' TabOrder = 9 OnClick = buHelpClick end object dffdFolder: TdfsBrowseDirectoryDlg Title = 'Please select a folder and click "OK" to proceed.' Root = idDrives Options = [bfDirectoriesOnly] Caption = 'Select Folder' ShowSelectionInStatus = True Left = 7 Top = 198 end end